home *** CD-ROM | disk | FTP | other *** search
/ Graphics Plus / Graphics Plus.iso / general / raytrace / radiance / nextrad.lha / NeXtRad / README < prev    next >
Encoding:
Text File  |  1993-02-25  |  1.0 KB  |  47 lines

  1. Hello, welcome to NeXtRad.
  2.  
  3. To compile NeXtRad, just type make in this directory.
  4. To run it, type radiosity.
  5. It will then ask for the name of the .scene file that you wish to walkthrough.
  6.  
  7.  
  8. To compile convert, switch to the CONVERT directory and type make.
  9. Type convert to run it.
  10.  
  11.  
  12. To compile viewppm, switch to the VIEWPPM directory and type make.
  13. Type viewppm to run it.
  14.  
  15.  
  16.  
  17. Last minute NOTES:
  18.  
  19. NeXtRad gives you the capability to store the initial patch and
  20. vertex radiosities to save time.
  21.  
  22. There is a problem, however, when the goblet object is in the
  23. scene.  It appears that the goblet contains some degenerate polygons (??).
  24.  
  25. Thus, when the patch and vertex radiosities are written out,
  26. you get some lines like :
  27.  
  28. NaN NaN NaN
  29.  
  30. To make the .world file useable, simple use search and replace
  31. with your favorite editor to replace
  32.  
  33. NaN NaN NaN
  34.  
  35. with
  36.  
  37. 0.0 0.0 0.0
  38.  
  39. This fix (kludge) works, but there may be something more
  40. serious going on here.
  41.  
  42. The other objects and scenes have no such problems.
  43.  
  44. Enjoy
  45.  
  46. Jason R. Wilson
  47.